net/http.http2Transport.AllowHTTP (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7190: 	AllowHTTP bool
		h2_bundle.go#L7636: 	if !(req.URL.Scheme == "https" || (req.URL.Scheme == "http" && t.AllowHTTP)) {
		h2_bundle.go#L7873: 	if t.AllowHTTP {